home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WWTCLKit / WWButtonIBInspector.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  292 b   |  19 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import <apps/InterfaceBuilder.h>
  5.  
  6. @interface WWButtonIBInspector:IBInspector
  7. {
  8.   char  *controlString;
  9.   int   controlStringSize;
  10.   id    theControlStringText;
  11.   char  *tclExpression;
  12.   int   tclExpressionSize;
  13.   id    theTclExpressionText;
  14.   id    theTclVar;
  15. }
  16.  
  17.  
  18. @end
  19.